From 37b52a8d58023c060a08b956d6c87215fd670222 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 4 Dec 2012 15:50:19 +0000 Subject: [PATCH] xen: arm: Use $(OBJCOPY) not bare objcopy Signed-off-by: Ian Campbell Reported-by: Anthony PERARD Acked-by: Tim Deegan Committed-by: Ian Campbell --- xen/arch/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile index fd92b72941..4c61b042a7 100644 --- a/xen/arch/arm/Makefile +++ b/xen/arch/arm/Makefile @@ -46,7 +46,7 @@ $(TARGET): $(TARGET)-syms $(TARGET).bin # $(TARGET).bin: $(TARGET)-syms - objcopy -O binary -S $< $@ + $(OBJCOPY) -O binary -S $< $@ #$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32 # ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \ -- 2.30.2